From: Po Lu Date: Wed, 7 Feb 2024 01:24:32 +0000 (+0800) Subject: ; Fix typo in configure.ac X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~2646 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=a45e1237b290a9c04b416703825b105321139608;p=emacs.git ; Fix typo in configure.ac * configure.ac: Fix typo. Reported by Juri Linkov . --- diff --git a/configure.ac b/configure.ac index 901980c4d8e..b74eba879ab 100644 --- a/configure.ac +++ b/configure.ac @@ -1231,7 +1231,7 @@ package will likely install on older systems but crash on startup.]) passthrough="$passthrough --with-mailutils=$with_mailutils" passthrough="$passthrough --with-pop=$with_pop" passthrough="$passthrough --with-harfbuzz=$with_harfbuzz" - passthrough="$passthrough --with-threads=$with_png" + passthrough="$passthrough --with-threads=$with_threads" # Now pass through some checking options. emacs_val="--enable-check-lisp-object-type=$enable_check_lisp_object_type"